Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TiXmlUnknown Class Reference

#include <tinyxml.h>

Inheritance diagram for TiXmlUnknown:

Inheritance graph
[legend]
Collaboration diagram for TiXmlUnknown:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TiXmlUnknown ()
virtual ~TiXmlUnknown ()
virtual TiXmlNodeClone () const
virtual void Print (FILE *cfile, int depth) const

Protected Member Functions

virtual void StreamOut (TiXmlOutStream *out) const
virtual const char * Parse (const char *p, TiXmlParsingData *data)

Detailed Description

Any tag that tinyXml doesn't recognize is saved as an unknown. It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.


Constructor & Destructor Documentation

TiXmlUnknown::TiXmlUnknown   [inline]
 

virtual TiXmlUnknown::~TiXmlUnknown   [inline, virtual]
 


Member Function Documentation

TiXmlNode * TiXmlUnknown::Clone   const [virtual]
 

Implements TiXmlNode.

const char * TiXmlUnknown::Parse const char *    p,
TiXmlParsingData   data
[protected, virtual]
 

Implements TiXmlBase.

void TiXmlUnknown::Print FILE   cfile,
int    depth
const [virtual]
 

All TinyXml classes can print themselves to a filestream. This is a formatted print, and will insert tabs and newlines.

(For an unformatted stream, use the << operator.)

Implements TiXmlBase.

void TiXmlUnknown::StreamOut TiXmlOutStream *    out const [protected, virtual]
 

Implements TiXmlBase.


The documentation for this class was generated from the following files:
Generated on Mon Sep 12 20:18:30 2005 for Destiny3D by doxygen1.3-rc3